What follows is just a list of patch differences between SoE English European
and SoE German European.  All that's covered here is when the German patch
actually needs different ROM *values* than the English patch.  Accordingly,
everything given below is as it appears in the edited ROMs as opposed to the
originals.

Handy "=========" separators are used to distinguish the major functions and
regions involved.  Lines of "---------" separate changes within a section.


===============================================================================


Function 8F/8310 (all European versions)


European English:

8F/834D: A9 E8 1D     LDA #$1DE8

European German:

8F/834D: A9 04 1F     LDA #$1F04

---------------

European English:

8F/835B: 22 7A B3 80  JSL $80B37A   (initialize a buffer pointer in $0022 thru $0024;
                                     the Bank is 7E, and the Offset is the value
                                     of variable $0B57)

European German:

8F/835B: 22 B0 B3 80  JSL $80B3B0   (initialize a buffer pointer in $0022 thru $0024;
                                     the Bank is 7E, and the Offset is the value
                                     of variable $0B57)


=========================================================================


Function 8F/84E5 (all European versions)


European English:

8F/8522: A9 E8 1D     LDA #$1DE8

European German:

8F/8522: A9 04 1F     LDA #$1F04

---------------

European English:

8F/8538: 22 1F B2 80  JSL $80B21F   (turn a 32-bit number, stored in $00:0002
                                     thru $00:0005, into text and add it to
                                     display buffer.  in this case, it's the
                                     level number we're displaying.)

European German:

8F/8538: 22 55 B2 80  JSL $80B255   (turn a 32-bit number, stored in $00:0002
                                     thru $00:0005, into text and add it to
                                     display buffer.  in this case, it's the
                                     level number we're displaying.)


=========================================================================

